home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / me3.12 / ue312dis.zoo / uemacs.312 / cmd / error.cmd < prev    next >
Encoding:
Text File  |  1993-03-05  |  232 b   |  13 lines

  1. ;    ERROR.CMD:    Parse error files
  2. ;            using MicroEMACS 3.12
  3. ;
  4. ;    (C)opyright 1993 by Daniel M. Lawrence
  5. ;
  6.  
  7. store-procedure disp-error
  8.     write-message %error
  9.     set $cmdhook nop
  10. !endm
  11.     set $cmdhook disp-error
  12.     source "emacs.rc"
  13.